Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class / paginate Method / paginate(List<IWorkbook>) Method
The collection of workbooks.
In This Topic
    paginate(List<IWorkbook>) Method
    In This Topic
    Generate pagination informations for all worksheets in all workbooks.
    Syntax
    public java.util.List<PageInfo> paginate( 
       java.util.List<IWorkbook> workbooks
    )

    Parameters

    workbooks
    The collection of workbooks.
    See Also